-
Notifications
You must be signed in to change notification settings - Fork 315
Core and Ent3 performance tuning guide and configuration options #6421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sanderson
approved these changes
Sep 29, 2025
``` | ||
{{% /show-in %}} | ||
|
||
### Parquet cache ({{% show-in "core" %}}--parquet-mem-cache-size-mb{{% /show-in %}}{{% show-in "enterprise" %}}--parquet-mem-cache-size{{% /show-in %}}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the direct header linking still work here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯 It does! Nice work.
…erformance-tuning/ page with specific workload and capacity configurations.Part of #6403.
79fa079
to
4ec39bf
Compare
jstirnaman
commented
Oct 21, 2025
#6470) * fix(influxdb3): duplicate licensing and resource limits sections- Remove duplicate licensing section- Resolve resource limits duplicates, merging details into the Resource limits section. * fix(influxdb3): fix broken links and enterprise-only flags in config options - Comment out TOC links to undocumented datafusion-runtime-* dev flags - Wrap enterprise-only section references (#licensing, #resource-limits) in conditionals - Fix num-datafusion-threads incorrectly marked as enterprise-only - Move Resource Limits section heading outside enterprise wrapper Resolves broken fragment links for both Core and Enterprise builds.
Add comprehensive guide for managing InfluxDB 3 Enterprise clusters including: - Node configuration and deployment - Cluster initialization and scaling - Node removal and replacement procedures - Best practices for production deployments
- Fixed option placement (global vs serve options) in performance-tuning.md - Fixed --datafusion-num-threads option name (was --num-datafusion-threads) - Fixed --parquet-mem-cache-size option name and defaults for Core - Commented out unreleased --compaction-row-limit option - Added v3.0.0 breaking changes to release notes - Updated config-options.md with correct defaults and value formats All changes verified against InfluxDB v3.5.0 release binaries and git history.
- Correctly place server options - Comment out unreleased options
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add an admin/performance-tuning/ page for Core and Enterprise with specific workload and capacity configurations.
Part of #6403.